home *** CD-ROM | disk | FTP | other *** search
/ Dr. Health'nstein's Body Fun / bodyfun.iso / mac / MAC MOVIE FOLDER / GYM.DIR / 00039_Script_39 < prev    next >
Text File  |  1994-10-12  |  213b  |  10 lines

  1. on exitFrame
  2.   cursor 0
  3.   if soundBusy(1) = FALSE and the movieRate of sprite 9 = 0 then 
  4.     global gMovieMedia
  5.     sound playFile 1, (gMovieMedia & "A_GYM.AIF")
  6.   end if
  7.   
  8.   go to frame(the frame)
  9. end
  10.